Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.social.user.relationship.actions

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.social.user.relationship.actions">

  <extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions">

    <action id="relationship_network" link="user_center_fragment.xhtml"
      label="user.center.relationship.network" icon="/icons/relationship_network.png" order="25">
      <category>USER_CENTER</category>
      <filter-id>not_anonymous</filter-id>
    </action>

    <action id="relationship_network_tab" link="/incl/user_relationships_network.xhtml"
      label="user.center.relationship.network.tab" order="10">
      <category>relationship_network_sub_tab</category>
    </action>

  </extension>

</component>